#captcha-box{
	background-color: darkcyan;
}
.login-corner {
    border-bottom: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1;
    width: 70px; /* 控制三角形的大小 */
    height: 70px; /* 控制三角形的大小 */
}
.login-corner svg {
    fill: #009f95;
}
.login-corner svg:hover{
    color: black;
}
html {
	width: 100%;
	height: 100%;
}

.layui-input-affix {
	display: flex;
	align-items: flex-end;
}

body {
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑,
		STHeiti, MingLiu;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	height: 100%;
	overflow: hidden;
	background: #009f95 center center no-repeat;
	background-size: cover;
}

h1 {
	font-weight: bolder;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

form {
	position: relative;
	width: 100%;
	text-align: center;
}

input {
	width: 100%;
	height: 2.7em;
	margin-top: 7%;
	padding: 0;
	background: #2d2d2d; /* browsers that don't support rgba */
	*background-color: transparent;
	background: rgba(45, 45, 45, .35);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3d3d3d; /* browsers that don't support rgba */
	border: 1px solid rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	background-repeat: no-repeat;
	background-position: 5%;
	text-indent: 12%;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
	{
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	transition: background-color 50000s ease-in-out 0s;
}

.username, .username:-webkit-autofill {
	background-size: 6%;
	/*background-image: url(/2025-04-23 15:50:26/img/user.png) !important;*/
}

.password, .password:-webkit-autofill {
	background-size: 6%;
	/*background-image: url(/2025-04-23 15:50:26/img/key.png) !important;*/
}

#verify-icon {
	position: absolute;
	width: 6%;
	height: 3em;
	background-position: right;
	background-size: 100%;
	background-repeat: no-repeat;
	/*background-image: url(/2025-04-23 15:50:26/img/verify.png);*/
	left: 4%;
	top: 38%;
}

.verify {
	background-position: right;
}

.verify.onX {
	cursor: pointer;
}

input:-moz-placeholder {
	color: #e6e6e6;
	text-indent: 12%;
}

input:-ms-input-placeholder {
	color: #e6e6e6;
	text-indent: 12%;
}

input::-webkit-input-placeholder {
	color: #e6e6e6;
	text-indent: 12%;
}

input:focus {
	outline: none;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
}

button {
	cursor: pointer;
	width: 100%;
	height: 2.3em;
	margin-top: 10%;
	padding: 0;
	background: #009688;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #000;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

button:hover {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
}

button:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0
		rgba(0, 0, 0, .1);
	border: 0px solid #ef4300;
}